<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 768px){
  .e_box-000.p_SwipPanelBox{
    display: none;
  }
  span[style*="font-size:5rem"]{
  	font-size: 30px !important;
    line-height: 36px !important;
  }
   span[style*="font-size:30px"]{
  	font-size: 18px !important;
    line-height: 24px !important;
  }
}
</pre></body></html>